crypto/tls.activeCert.cert (field)
6 uses
crypto/tls (current package)
cache.go#L48: cert *x509.Certificate
handshake_client.go#L1080: if cert.cert.PublicKeyAlgorithm == x509.RSA {
handshake_client.go#L1081: n := cert.cert.PublicKey.(*rsa.PublicKey).N.BitLen()
handshake_client.go#L1088: certs[i] = cert.cert
ticket.go#L230: ss.peerCertificates = append(ss.peerCertificates, c.cert)
ticket.go#L258: chain = append(chain, c.cert)
![]() |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |